home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 1998 #2
/
K-CD 02-98.ISO
/
bustmove
/
bam2.bat
next >
Wrap
DOS Batch File
|
1997-04-03
|
199b
|
12 lines
@echo off
echo *
echo * To play the Bust-A-Move 2(tm): Arcade Edition demo
echo * press any key, otherwise press ESC to quit:
getkey
if errorlevel 1 goto quit
cd bam2demo
bm2
cd ..
:quit